ProxyDescriptor
StockSharp.Xaml.Charting.Ultrachart.ChartSettingsObjectBase`1
Specialization of PropertyDescriptor class for chart element properties.
继承自: NamedPropertyDescriptor
构造函数
ProxyDescriptor(string, object, T, IEnumerable<Attribute>, Func<T, PropertyDescriptor, bool>)
Create instance.
属性
Attributes : AttributeCollection
Атрибуты.
IsReadOnly : bool
Gets a value indicating whether the ICollection is read-only.
返回值: if the ICollection is read-only; otherwise, .
PropertyType : Type
Property type.
方法
CreateWrapper(T, Func<T, PropertyDescriptor, bool>) : ChartSettingsObjectBase<T>
Create chart settings object wrapper for an object.